Skip to main content

Get Historical Total Profit Sharing

Type: GET

Description: /v1/copy-trade-balance/copy-trade/share-profit/his

Limit Flow Rules

2/s/ip

Parameters

NameTypeMandatoryDefaultDescriptionRanges
directionstringNoNEXTQuery directionPREV - previous, NEXT - next
limitnumberNo10Number of pages1-100
idobjectNoStart ID, e.g. 6216559590087220004

Response Example

Response
{
"ma": [{}],
"mc": "string",
"rc": 0,
"result": {
"hasNext": true,
"hasPrev": true,
"items": [
{
"amount": 0, // profit sharing amount
"id": "string", // the id used for pagination query
"time": 0 // profit sharing time
}
]
}
}